home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
60914
/
60914.xpi
/
chrome
/
content
/
options.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-20
|
1KB
|
36 lines
<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://personasrotator/locale/options.dtd">
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<dialog
title="Options"
id="personasrotatoroptionsdialog"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
windowtype="personasrotator"
buttons="none"
persist="screenX screenY width height sizemode">
<script type="application/javascript" src="options.js"/>
<tabbox>
<tabs>
<tab label="&personasrotatoroptions.Preferences;"/>
<tab label="&personasrotatoroptions.ErrorLog;"/>
</tabs>
<tabpanels>
<tabpanel id="preferencestab">
<vbox>
<checkbox label="&personasrotatoroptions.ShowNormalMenu;" id="showpersonasrotatortabnormalcontextcheckbox" />
<checkbox label="&personasrotatoroptions.PrefillTheUploadForm;" id="prefilluploadformcheckbox" hidden="true"/>
</vbox>
</tabpanel>
<tabpanel id="errorlogtab">
<vbox>
<checkbox label="&personasrotatoroptions.EnableErrorAlerts;" id="logalertenabledcheckbox" />
</vbox>
</tabpanel>
</tabpanels>
</tabbox>
</dialog>